home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / HiQ / HiQ•Help / HiQ•Help.rsrc / PICT_10507_Numerical Integration pg 7.png < prev    next >
Portable Network Graphic  |  1992-04-28  |  54KB  |  816x1056  |  8-bit (256 colors)
Labels: chat room | crt screen | dialog box | monitor | reckoner | sky | web site
OCR: INTEGRATOR SAMPLE SCRIPTS Example 6.Fourier Cosine The Method for the Fourier Cosine Transform Compute the integral: cos whose exact answer Script Example: project answerl, error1, numEvall integFct1; function integFct1(x) return (1/sqrt(x)); end function; local lowerLimit, absError, limit, weightFctFlag, alpha; lowerLimit 0000001 absError 0e limit 500 weightFctFlag 1 alpha 1.5707963268; [answer] error1, num Eval1] IntegF Fourier(inteaFct1 lowerLimit, absError, limit weightFctFlag alpha) answer1 sqrtx lowerl IntegFourier